Actually load the image handler when we determine the image type.
authorMichael Fulbright <drmike@redhat.com>
Fri, 29 Oct 1999 19:27:51 +0000 (19:27 +0000)
committerMichael Fulbright <drmike@src.gnome.org>
Fri, 29 Oct 1999 19:27:51 +0000 (19:27 +0000)
commit5749f310e4783c801371e2b876eb6379720f3800
tree458783b401bf1afbbc7c349bbd3f49bdb5ed5c92
parentece5ac121a0acfa50725cdae19979b80a02ae170
Actually load the image handler when we determine the image type.

1999-10-29  Michael Fulbright  <drmike@redhat.com>

        * src/gdk-pixbuf-loader.c (gdk_pixbuf_loader_write): Actually
        load the image handler when we determine the image type.

        * src/gdk-pixbuf-io.[ch] (gdk_pixbuf_load_module): Changed the
        previously static function load_image_handler () to
        a public function gdk_pixbuf_load_module (). It is needed in
        gdk-pixbuf-loader.c to load image handler modules.  This function
        is different from gdk_pixbuf_get_module (), which only returns
        a reference to the required handler, because it actually loads
        the handler into memory. Both actions should possibly be combined
        in a convenience function since one w/o the other doesn't seem to
        make much sense.
gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-io.c
gdk-pixbuf/gdk-pixbuf-io.h
gdk-pixbuf/gdk-pixbuf-loader.c
gtk/gdk-pixbuf-loader.c